Autogenerated HTML docs for v1.5.3.4-498-g9c514
diff --git a/git-rev-list.html b/git-rev-list.html index 46863a4..36d93a3 100644 --- a/git-rev-list.html +++ b/git-rev-list.html
@@ -298,6 +298,7 @@ [ --pretty | --header ] [ --bisect ] [ --bisect-vars ] + [ --bisect-all ] [ --merge ] [ --reverse ] [ --walk-reflogs ] @@ -753,6 +754,23 @@ we are bisecting right now to <tt>bisect_all</tt>. </p> </dd> +<dt> +--bisect-all +</dt> +<dd> +<p> +This outputs all the commit objects between the included and excluded +commits, ordered by their distance to the included and excluded +commits. The farthest from them is displayed first. (This is the only +one displayed by <tt>--bisect</tt>.) +</p> +<p>This is useful because it makes it easy to choose a good commit to +test when you want to avoid to test some of them for some reason (they +may not compile for example).</p> +<p>This option can be used along with <tt>--bisect-vars</tt>, in this case, +after all the sorted commit objects, there will be the same text as if +<tt>--bisect-vars</tt> had been used alone.</p> +</dd> </dl> <h3>Commit Ordering</h3> <p>By default, the commits are shown in reverse chronological order.</p> @@ -1144,7 +1162,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 25-Aug-2007 03:53:13 UTC +Last updated 31-Oct-2007 05:56:48 UTC </div> </div> </body>